ChatbotTopAppBar

fun ChatbotTopAppBar(openDrawer: () -> Unit, onNavigateToChatList: () -> Unit)

Composable function for the top app bar on the chatbot screen.

This app bar includes:

Parameters

openDrawer

Lambda function to open the navigation drawer when the menu icon is clicked.

onNavigateToChatList

Lambda function to navigate to the chat list screen when the button is clicked.